libxl: move libxl__sched_set_params into libxl.c
authorIan Campbell <ian.campbell@citrix.com>
Fri, 1 Jun 2012 11:06:20 +0000 (12:06 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 1 Jun 2012 11:06:20 +0000 (12:06 +0100)
commitb79aecb788d75ec20f21023df3afe5d4b4b4f71f
tree880fa3e4393d38a0f48f79910455c34f33b73e89
parent6d45f5d903b673d600b7c2f26b19bd29000261c4
libxl: move libxl__sched_set_params into libxl.c

All the other sched functions are here and I'm just about to make those static
functions as I make libxl__sched_set_params the public function.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_dom.c